home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2000 #5 / Amiga Plus CD - 2000 - No. 5.iso / Tools / Misc / FLM / otherfiles / english / ARexx / finalc_take.rexx < prev    next >
OS/2 REXX Batch file  |  2000-01-01  |  887b  |  25 lines

  1. /* Script which takes translation from FLM and writes it under the current
  2.    cursor position.
  3.  
  4.    Only you must copy this file in your FinalCopy directory, and then
  5.    rename it as "AMacro_?".
  6.    For "?" you must indicate a number from 1 to 10.
  7.  
  8.    Now it should be possible to write translation from FLM either through
  9.    the function key (number you wrote in place of "?") or from the menu
  10.    "ARexx" - providing the ARexx Dictionary Window is open.
  11.  
  12.    Here I've customised FinalCopy 1. It's possible that something changed
  13.    in FinalCopy 2. In this case, simply look at your FinalCopy manual.
  14.  
  15. -> Warning: Program FLM and RexxMast must be active !!!
  16. */
  17.  
  18. Options RESULTS
  19.  
  20. Address FLM TAKEWORD /* Translation from FLM in variable RESULT */
  21.  
  22. If Symbol('RESULT')='LIT' Then Exit /* Is RESULT defined? */
  23.  
  24. Type RESULT /* Contents of variable RESULT under the current cursor position */
  25.